coller: - Add FILENAME as positioned argument (fixes #18) - Add -html argument to show the URL of the webpage copier: - Rename -w to -ask-password both: - Rename -b to -ask-bearer Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
463e2e703b
commit
d43c645039
3 changed files with 35 additions and 10 deletions
|
@ -38,7 +38,7 @@ func Version(appName, appVersion, gitCommit, goVersion string) string {
|
|||
version += "-" + gitCommit
|
||||
}
|
||||
if goVersion != "" {
|
||||
version += " (compiled with Go " + goVersion + ")"
|
||||
version += " (compiled with " + goVersion + ")"
|
||||
}
|
||||
return version
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue