* Matthias Firner ([EMAIL PROTECTED]) wrote/schrieb:

> ich kann dein Problem nicht so ganz nachvollziehen.

> Also bei mir sieht die Ausgabe von konsole --help so aus:
> 
> usage: konsole [option ...]
> konsole version 0.9.11, an X terminal for KDE.
>  
>  -e Command Parameter ... Execute command instead of shell
>  -name .................. Set Window Class
>  -h ..................... This text
>  -ls .................... Start login shell
>  -nowelcome ............. Suppress greeting
>  -sl <number> ........... Save number lines in scroll-back buffer
>  -vt_sz CCxLL ........... terminal size in columns x lines
>  
> Other options due to man:X(1x), Qt and KDE, among them:
>  
>  -caption 'Text'......... Set title
>  -display <display> ..... Set the X-Display          
> 
> Das ist doch ziemlich eindeutig, oder?

[martin@fred martin]$ konsole --help
Verwendung: konsole [Qt-Optionen] [KDE-Optionen] [Optionen] [args]
 
X-Terminal f�r die Benutzung in KDE.
 
Einfache Optionen:
  --help                    Optionen von "Hilfe zu" anzeigen
  --help-qt                 Spezielle Optionen zu Qt anzeigen
  --help-kde                Spezielle Optionen zu KDE anzeigen
  --help-all                Alle Optionen anzeigen
  --author                  Autoren-Information anzeigen
  -v, --version             Versionsinformation anzeigen
  --license                 Lizenz-Info anzeigen
  --                        Ende der Optionen
 
Optionen:
  --name <name>             Fenster-Klasse einstellen
  --ls                      Anmelde-Shell starten
  --nowelcome               Begr��ung unterdr�cken
  --title                   Fenstertitel einstellen
  --xwin                    ignoriert
  --nohist                  Keine Zeilen im Roll-Puffer speichern
  --vt_sz CCxLL             Terminalgr��e in Spalten x Zeilen
  -e <command>              'befehl' anstelle der Shell ausf�hren
 
Argumente:
  args                      Argumente f�r 'befehl'

So schauts bei mir aus. Der Unterschied ist deutlich erkennbar. Wirklich
spannend wird es, wenn man "--help-all" nimmt. Dann wird die selbe Option
(--title) mehrmals unterschiedlich erkl�rt:

[martin@fred martin]$ konsole --help-all|grep -i title
  --title <title>           Legt den Titel der Anwendung fest.
  --title                   Fenstertitel einstellen                             

-martin

-- 
Real programmers don't draw flowcharts.  Flowcharts are, after all, the
illiterate's form of documentation.  Cavemen drew flowcharts; look how
much good it did them.   
---------------------------------------------------------------------------
PUG - Penguin User Group Wiesbaden - http://www.pug.org

Antwort per Email an