From 88e9d48a5acd7313c4cb8813ecbb5ef47b39e49b Mon Sep 17 00:00:00 2001 From: "Brian J. Bernstein" Date: Tue, 11 Oct 2022 11:44:32 -0400 Subject: [PATCH] Updated help text for multi-op command line --- .../applecommander/ui/UiBundle.properties | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/lib/ac-api/src/main/resources/com/webcodepro/applecommander/ui/UiBundle.properties b/lib/ac-api/src/main/resources/com/webcodepro/applecommander/ui/UiBundle.properties index db48f52..b9353f6 100644 --- a/lib/ac-api/src/main/resources/com/webcodepro/applecommander/ui/UiBundle.properties +++ b/lib/ac-api/src/main/resources/com/webcodepro/applecommander/ui/UiBundle.properties @@ -104,6 +104,7 @@ CommandLineNoMatchMessage = {0}: No match. CommandLineStatus = {0} format; {1} bytes free; {2} bytes used. CommandLineHelp = \ AppleCommander command line options [{0}]:\n\ + NOTE: can either be a local file or '-' for STDIN.\n\ -i [] display information about image(s).\n\ -ls [] list brief directory of image(s).\n\ -l [] list directory of image(s).\n\ @@ -117,16 +118,16 @@ CommandLineHelp = \ -e [] export file from image to stdout\n or to an output file.\n\ -x [] extract all files from image to directory.\n\ -g [] get raw file from image to stdout\n or to an output file.\n\ - -p [[$|0x]] put stdin\n in filename on image, using file type and address [0x2000].\n\ - -pt put stdin in filename on image\n defaulting to TXT file type, setting high bit on and replacing\n newline characters with $8D.\n\ - -ptx put stdin in filename on image\n defaulting to TXT file type, clearing high bit and replacing\n newline characters with $0D.\n\ + -p [[$|0x]] put infile\n as filename on image, using file type and address [0x2000].\n\ + -pt put infile as filename on image\n defaulting to TXT file type, setting high bit on and replacing\n newline characters with $8D.\n\ + -ptx put infile as filename on image\n defaulting to TXT file type, clearing high bit and replacing\n newline characters with $0D.\n\ -d delete file from image.\n\ -k lock file on image.\n\ -u unlock file on image.\n\ -n change volume name (ProDOS or Pascal).\n\ - -dos put stdin with DOS header\n in filename on image, using file type and address from header.\n\ - -as [] put stdin with AppleSingle format\n in filename on image, using file type, address, and (optionally) name\n from the AppleSingle file.\n\ - -geos interpret stdin as a GEOS conversion file and\n place it on image (ProDOS only).\n\ + -dos put infile with DOS header\n as filename on image, using file type and address from header.\n\ + -as [] put infile with AppleSingle format\n as filename on image, using file type, address, and (optionally) name\n from the AppleSingle file.\n\ + -geos interpret infile as a GEOS conversion file and\n place it on image (ProDOS only).\n\ -dos140 create a 140K DOS 3.3 image.\n\ -pro140 \n create a 140K ProDOS image.\n\ -pro800 create an 800K ProDOS image.\n\