diff options
Diffstat (limited to 'toys/other/eject.c')
-rw-r--r-- | toys/other/eject.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/other/eject.c b/toys/other/eject.c index 31eab144..bd7af567 100644 --- a/toys/other/eject.c +++ b/toys/other/eject.c @@ -17,7 +17,7 @@ config EJECT -s SCSI device -t Close tray - -T Open/close tray (toggle). + -T Open/close tray (toggle) */ #define FOR_eject |