mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2024-12-21 17:29:55 +00:00
Version 1.3.5.11: Update acguide.html for -geos support.
This commit is contained in:
parent
ad7dbe72fe
commit
2265d40073
@ -40,7 +40,7 @@ import com.webcodepro.applecommander.util.TextBundle;
|
||||
* @author Rob Greene
|
||||
*/
|
||||
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();
|
||||
/**
|
||||
* Launch AppleCommander.
|
||||
|
@ -69,7 +69,7 @@ import com.webcodepro.applecommander.util.TextBundle;
|
||||
* -n <imagename> <volname> change volume name (ProDOS or Pascal).
|
||||
* -cc65 <imagename> <filename> <type> put stdin with cc65 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.
|
||||
* -pro140 <imagename> <volname> create a 140K ProDOS image.
|
||||
* -pro800 <imagename> <volname> create an 800K ProDOS image.
|
||||
|
Loading…
Reference in New Issue
Block a user