Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haghish committed Nov 22, 2016
1 parent 3bdd1c4 commit a4c2b70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions githuboutput.ado
Original file line number Diff line number Diff line change
Expand Up @@ -174,12 +174,12 @@ prog githuboutput
}
else if missing("`quiet'") & "`language'" != "all" & "`in'" != "name,description,readme" {
di as txt "repository {bf:`anything'} was not found for {bf:in(`in')} and {bf:language(`language')}"
di "try: {stata github search `anything', in(all) language(all) all}"
di "{p}try: {stata github search `anything', in(all) language(Stata) all}"
}
else if missing("`quiet'") {
di as txt "repository {bf:`anything'} was not found for {bf:in(`savein')} and {bf:language(`language')}"
if missing("`all'") {
di "try: {stata github search `anything', in(all) language(all) all}"
di "{p}try: {stata github search `anything', in(all) language(Stata) all}"
}
}

Expand Down

0 comments on commit a4c2b70

Please sign in to comment.