Version 1.3.5.11: Update acguide.html for -geos support.

This commit is contained in:
John B. Matthews 2012-04-17 02:11:39 +00:00
parent ad7dbe72fe
commit 2265d40073
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ import com.webcodepro.applecommander.util.TextBundle;
* @author Rob Greene * @author Rob Greene
*/ */
public class AppleCommander { public class AppleCommander {
public static final String VERSION = "1.3.5.10"; //$NON-NLS-1$ public static final String VERSION = "1.3.5.11"; //$NON-NLS-1$
private static TextBundle textBundle = UiBundle.getInstance(); private static TextBundle textBundle = UiBundle.getInstance();
/** /**
* Launch AppleCommander. * Launch AppleCommander.

View File

@ -69,7 +69,7 @@ import com.webcodepro.applecommander.util.TextBundle;
* -n <imagename> <volname> change volume name (ProDOS or Pascal). * -n <imagename> <volname> change volume name (ProDOS or Pascal).
* -cc65 <imagename> <filename> <type> put stdin with cc65 header * -cc65 <imagename> <filename> <type> put stdin with cc65 header
* in filename on image, using file type and address from header. * in filename on image, using file type and address from header.
* -geos <imagename> interpret stdin as a ProDOS GEOS transfer file and place on image * -geos <imagename> interpret stdin as a ProDOS GEOS transfer file and place on image.
* -dos140 <imagename> create a 140K DOS 3.3 image. * -dos140 <imagename> create a 140K DOS 3.3 image.
* -pro140 <imagename> <volname> create a 140K ProDOS image. * -pro140 <imagename> <volname> create a 140K ProDOS image.
* -pro800 <imagename> <volname> create an 800K ProDOS image. * -pro800 <imagename> <volname> create an 800K ProDOS image.