diff options
author | EuAndreh <eu@euandre.org> | 2021-08-19 21:16:15 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-08-19 21:17:33 -0300 |
commit | e4d1c09a9efbbb07500095c7c2e4a487c2f264ef (patch) | |
tree | 9f5c4c31eea5e739fa0cb9845161a945857db97c | |
parent | TODOs.md: Mark #task-bd6ebb44-a6f7-5e14-39df-64e8e7cfc21e as DONE (diff) | |
download | git-permalink-e4d1c09a9efbbb07500095c7c2e4a487c2f264ef.tar.gz git-permalink-e4d1c09a9efbbb07500095c7c2e4a487c2f264ef.tar.xz |
src/git-permalink.in: Add directions to manpage at the end of help text
-rwxr-xr-x | src/git-permalink.in | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/src/git-permalink.in b/src/git-permalink.in index 41e26b4..49a284e 100755 --- a/src/git-permalink.in +++ b/src/git-permalink.in @@ -10,19 +10,27 @@ MSG_USAGE_EO='Uzmaniero: git permalink [-phV] DOSIERO [LINIONO]' MSG_HELP_EN='Options: -p only print the link, don'"'"'t try to open it -h, --help show this help message - -V, --version print the version number' + -V, --version print the version number + +See "man git-permalink" for more information.' MSG_HELP_PT='Opções: -p somemente imprime o link, não tenta abrí-lo -h, --help mostra esta mensagem de ajuda - -V, --version imprime o número de versão' + -V, --version imprime o número de versão + +Veja "man git-permalink" para mais informações.' MSG_HELP_FR='Options: -p seulement imprimez le lien, n'"'"'essayez pas de l'"'"'ouvrir -h, --help afficher ce message d'"'"'aide - -V, --version imprime le numeró de version' + -V, --version imprime le numeró de version + +Voir "man git-permalink" pour plus d'"'"'informations.' MSG_HELP_EO='Ebloj: -p nur presas la ligon, ne provas malfermi ĝin -h, --help montras ĉi tiun helpmesaĝon - -V, --version presas la versian numeron' + -V, --version presas la versian numeron + +Vidu "man git-permalink" por pliaj informoj.' MSG_MISSING_FILE_EN="Missing FILE argument." MSG_MISSING_FILE_PT="Faltando argumento ARQUIVO." |