Roundup Tracker - Issues

Issue 2550627

classification
roundup-admin command "commands" is not working
Type: behavior Severity: major
Components: Command-line interface Versions: 1.4
process
Status: closed works for me
:
: : radioking, richard
Priority: :

Created on 2010-01-08 08:54 by radioking, last changed 2010-01-11 14:33 by radioking.

Messages
msg3982 Author: [hidden] (radioking) Date: 2010-01-08 08:54
Roundup 1.4.10 ready for input.
Type "help" for help.
roundup> help
Verwendung: help Thema
Zeigt die Hilfe f�r ein Thema ein.

commands  -- Befehle auflisten
<command> -- Hilfe zu einem bestimmten Befehl
initopts  -- Optionen zur Initialisierung
all       -- s�mtlichen Hilfetext anzeigen

roundup> commands
Der Befehl "commands" existiert nicht (siehe "help commands")
msg3989 Author: [hidden] (richard) Date: 2010-01-09 23:49
The documentation may be mis-translated there but the intention is you 
type "help commands" (ie. "help <topic>")
msg3992 Author: [hidden] (radioking) Date: 2010-01-11 14:33
roundup> help commands
Befehle: 
 export [[-]class[,class]] export_dir
 exporttables [[-]class[,class]] export_dir
 install [template [backend [key=val[,key=val]]]]
 list Klassenname [Eigenschaft]
 ung: commit
 ung: create Klassenname Eigenschaft=Wert ...
 ung: display Bezeichner[,Bezeichner]*
 ung: find Klassenname Eigenschaft=Wert ...
 ung: genconfig <filename>
 ung: get Eigenschaft Bezeichner[,Bezeichner]*
 ung: help Thema
 ung: history Bezeichner
 ung: import Importverzeichnis
 ung: initialise [Administrationspasswort]
 ung: pack Periode | Datum
 ung: reindex [Klasse|Bezeichner]*
 ung: restore Bezeichner[,Bezeichner]*
 ung: retire Bezeichner[,Bezeichner]*
 ung: rollback
 ung: security [Rollenname]
 ung: set Eintr�ge Eigenschaft=Wert Eigenschaft=Wert ...
 ung: specification Klassenname
 ung: table Klassenname [Eigenschaft[,Eigenschaft]*]
Befehle k�nnen abgek�rzt werden, solange sie eindeutig bleiben, 
z.B. l == li == lis == list.
#####################################################


What ist meant by the many "ung:"?
msg3993 Author: [hidden] (radioking) Date: 2010-01-11 14:33
The output was for 1.4.1- will test this with 1.4.11 if I complete
upgrading.
History
Date User Action Args
2010-01-11 14:33:59radiokingsetmessages: + msg3993
2010-01-11 14:33:00radiokingsetmessages: + msg3992
2010-01-09 23:49:33richardsetstatus: new -> closed
resolution: works for me
messages: + msg3989
nosy: + richard
2010-01-08 08:54:39radiokingcreate