vext01 / hgd

Hackathon Gunther Daemon :: Opensource Multi-User Jukebox
http://hgd.theunixzoo.co.uk
ISC License
22 stars 10 forks source link

hgdc and hgd-admin command consistency #100

Closed reashlin closed 13 years ago

reashlin commented 13 years ago

hgdc man page "user-rm-admin" hgdc inline help "user-deadmin"

hgdc.c "980 xasprintf(&msg, "user-deadmin|%s", args[0]);"

So inline and code match, man page does not. This is also inconsistent with hgd-admin which uses "user-rm-admin"

egelmex commented 13 years ago

Good catch, these should all be changed to user-rm-admin

On Sun, Sep 25, 2011 at 10:10 PM, reashlin reply@reply.github.com wrote:

hgdc man page "user-rm-admin" hgdc inline help "user-deadmin"

hgdc.c "980         xasprintf(&msg, "user-deadmin|%s", args[0]);"

So inline and code match, man page does not. This is also inconsistent with hgd-admin which uses "user-rm-admin"

Reply to this email directly or view it on GitHub: https://github.com/vext01/hgd/issues/100