Skip to content

Commit 3ea27c4

Browse files
author
haghish
committed
2.0.2
1 parent 78cd4b1 commit 3ea27c4

File tree

6 files changed

+16
-14
lines changed

6 files changed

+16
-14
lines changed

Diff for: abspath.ado

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/***
22
version: 1.1.0
33
4-
Title
5-
=====
4+
abspath
5+
=======
66
7-
__abspath__ - Stata program that returns the absolute path of any given _filename_
7+
a Stata program that returns the absolute path of any given _filename_
88
99
Syntax
1010
------

Diff for: abspath.sthlp

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
version: 1.1.0
33

44

5-
{title:Title}
5+
{title:abspath}
66

77
{p 4 4 2}
8-
{bf:abspath} - Stata program that returns the absolute path of any given {it:filename} {break}
8+
a Stata program that returns the absolute path of any given {it:filename} {break}
99

1010

1111
{title:Syntax}

Diff for: findall.ado

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/***
22
version: 1.3
33
4-
Title
5-
=====
4+
findall
5+
=======
66
7-
__findall__ - a program to search for Stata packages on GitHub, Stata Journal,
7+
a program to search for Stata packages on GitHub, Stata Journal,
88
SSC, and the web. ths program is executed by __github search__ command, with
99
the __net__ option and is not called on its own.
1010

Diff for: findall.sthlp

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
version: 1.3
33

44

5-
{title:Title}
5+
{title:findall}
66

77
{p 4 4 2}
8-
{bf:findall} - a program to search for Stata packages on GitHub, Stata Journal,
8+
a program to search for Stata packages on GitHub, Stata Journal,
99
SSC, and the web. ths program is executed by {bf:github search} command, with
1010
the {bf:net} option and is not called on its own.
1111

Diff for: gitget.ado

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
/***
22
_v. 1.2_
33
4-
Title
4+
gitget
55
======
66
7-
__gitget__ - install or update a package from GitHub using the _packagename_ only
7+
__gitget__ installs or updates a package from GitHub using the _packagename_ only.
8+
this is an exploratory alternative to __github__ command.
89
910
Syntax
1011
------

Diff for: gitget.sthlp

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
{it:v. 1.2}
33

44

5-
{title:Title}
5+
{title:gitget}
66

77
{p 4 4 2}
8-
{bf:gitget} - install or update a package from GitHub using the {it:packagename} only
8+
{bf:gitget} installs or updates a package from GitHub using the {it:packagename} only.
9+
this is an exploratory alternative to {bf:github} command.
910

1011

1112
{title:Syntax}

0 commit comments

Comments
 (0)