From f3d323e9fededbef0acbd9e316119419b8883516 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Thu, 10 Oct 2013 17:53:09 +0200 Subject: [PATCH] List all supported formats in archive command's help Change-Id: I4bd271cb348914642069239853488f4960444746 Signed-off-by: Matthias Sohn --- .../resources/org/eclipse/jgit/pgm/internal/CLIText.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 5154e08c1..f69611cc0 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