bin/ripxplore.rb in ripxplore-0.7.0 vs bin/ripxplore.rb in ripxplore-0.7.1
- old
+ new
@@ -16,11 +16,11 @@
# -e | --extract FILENAME extract file by name (either to stdout,
# or file specified by --output)
# -h | --help display this message
# -I | --init FILESYSTEM initialise the disk with the specified filesytem
# DSK will be created if it doesn't exist.
-# FILESYSTEM can be : dos33
+# FILESYSTEM can be : AppleDOS, AppleCPM
# -l | --list FILENAME BASIC files are listed, binary files are disassembled
# -o | --output FILENAME specify name to save extracted file as
# -r | --raw don't convert files to ASCII
# -S | --showtrace show full stack trace on any error
# -t | --filetype FILETYPE file type for file being added.
@@ -39,10 +39,10 @@
# ATR images as used by Atari 400/800 emulators
#
# Currently supported filesystems:
# Atari DOS (read only)
# Apple Pascal (read only)
-# Apple CP/M (read only)
+# Apple CP/M (READ/WRITE)
# Apple DOS 3.3 (READ/WRITE)
# NADOL (read only)
# ProDOS 8 (read only)
# CBM DOS 2.6 (read only)
# TRS-DOS (read only)