bug#13738: Add --all option to 'users' command

2013-02-17 Thread anatoly techtonik
The 'users' command shows users who are currently online. It will be nice to have --all option to show all users. -- anatoly t.

bug#13737: Add -h option to 'users'

2013-02-17 Thread anatoly techtonik
It is very inconvenient to type --help every time when you need to read help. It will be useful to have -h shortcut (a de-facto standard in a Python world and probably scripts in other languages). -- anatoly t.

bug#13737: Add -h option to 'users'

2013-02-17 Thread Bob Proulx
severity 13737 wishlist tag 13737 + wontfix thanks anatoly techtonik wrote: It is very inconvenient to type --help every time when you need to read help. It will be useful to have -h shortcut (a de-facto standard in a Python world and probably scripts in other languages). You can already use

bug#13738: Add --all option to 'users' command

2013-02-17 Thread Bob Proulx
tag 13738 + moreinfo thanks anatoly techtonik wrote: The 'users' command shows users who are currently online. It will be nice to have --all option to show all users. Do you mean the equivelent to this? $ getent passwd | awk -F: '{print$1}' Bob

bug#13737: Add -h option to 'users'

2013-02-17 Thread anatoly techtonik
On Mon, Feb 18, 2013 at 8:45 AM, Bob Proulx b...@proulx.com wrote: severity 13737 wishlist tag 13737 + wontfix thanks anatoly techtonik wrote: It is very inconvenient to type --help every time when you need to read help. It will be useful to have -h shortcut (a de-facto standard in a

bug#13738: Add --all option to 'users' command

2013-02-17 Thread anatoly techtonik
On Mon, Feb 18, 2013 at 8:48 AM, Bob Proulx b...@proulx.com wrote: tag 13738 + moreinfo thanks anatoly techtonik wrote: The 'users' command shows users who are currently online. It will be nice to have --all option to show all users. Do you mean the equivelent to this? $ getent