From 713bfac5f25c6d36c4fc567809dd334b470baea5 Mon Sep 17 00:00:00 2001 From: "John B. Matthews" Date: Sun, 18 May 2008 02:22:54 +0000 Subject: [PATCH] Reformat command-line help text. --- src/com/webcodepro/applecommander/ui/UiBundle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/webcodepro/applecommander/ui/UiBundle.properties b/src/com/webcodepro/applecommander/ui/UiBundle.properties index 547e065..914bd39 100644 --- a/src/com/webcodepro/applecommander/ui/UiBundle.properties +++ b/src/com/webcodepro/applecommander/ui/UiBundle.properties @@ -100,7 +100,7 @@ CreateDirectoryMenuItem=Create Directory... CommandLineErrorMessage = Error: {0} CommandLineNoMatchMessage = {0}: No match. CommandLineStatus = {0} format; {1} bytes free; {2} bytes used. -CommandLineHelp = AppleCommander command line options [{0}]:\n-i display information about image.\n-ls list brief directory of image.\n-l list directory of image.\n-ll list detailed directory of image.\n-e export file from image to stdout.\n-g get raw file from image to stdout.\n-p put stdin\n in destname on image, using file type and address.\n-d delete file from image.\n-cc65 put stdin\n in destname on image, using file type cc65 header.\n-dos140 create a 140K DOS 3.3 image.\n-pro140 create a 140K ProDOS image.\n-pro800 create a 800K ProDOS image.\n-pas140 create a 140K Pascal image. +CommandLineHelp = AppleCommander command line options [{0}]:\n-i display information about image.\n-ls list brief directory of image.\n-l list directory of image.\n-ll list detailed directory of image.\n-e export file from image to stdout.\n-g get raw file from image to stdout.\n-p put stdin\n in destname on image, using file type and address.\n-d delete file from image.\n-cc65 put stdin with cc65\n header in destname on image, using file type.\n-dos140 create a 140K DOS 3.3 image.\n-pro140 create a 140K ProDOS image.\n-pro800 create a 800K ProDOS image.\n-pas140 create a 140K Pascal image. # UserPreferences