diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2013-10-10 17:53:09 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2013-10-10 23:36:07 +0200 |
commit | f3d323e9fededbef0acbd9e316119419b8883516 (patch) | |
tree | 8e2f24d73b5e34bfac770a63ae8001f4f49c935e /org.eclipse.jgit.pgm | |
parent | ec56d0d82ace83584057000a22c81492cbb16d29 (diff) | |
download | jgit-f3d323e9fededbef0acbd9e316119419b8883516.tar.gz jgit-f3d323e9fededbef0acbd9e316119419b8883516.zip |
List all supported formats in archive command's help
Change-Id: I4bd271cb348914642069239853488f4960444746
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.pgm')
-rw-r--r-- | org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal/CLIText.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal/CLIText.properties b/org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal/CLIText.properties index 5154e08c1a..f69611cc03 100644 --- a/org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal/CLIText.properties +++ b/org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal/CLIText.properties @@ -223,7 +223,7 @@ usage_addFileContentsToTheIndex=Add file contents to the index usage_alterTheDetailShown=alter the detail shown usage_approveDestructionOfRepository=approve destruction of repository usage_archive=zip up files from the named tree -usage_archiveFormat=archive format. Currently supported formats: 'tar', 'zip' +usage_archiveFormat=archive format. Currently supported formats: 'tar', 'zip', 'tgz', 'tbz2', 'txz' usage_archiveOutput=output file to write the archive to usage_blameLongRevision=show long revision usage_blameRange=annotate only the given range |