Actions
Bug #5558
closedpargs is missing -l option in usage
Start date:
2015-01-24
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
Description
The -l option is missing in pargs usage output:
usage: pargs [-acexF] { pid | core } ... (show process arguments and environment) -a: show process arguments (default) -c: interpret characters as 7-bit ascii regardless of locale -e: show environment variables -l: display arguments as command line -x: show aux vector entries -F: force grabbing of the target process
Updated by David Höppner about 7 years ago
- Status changed from New to Pending RTI
Updated by Electric Monk about 7 years ago
- Status changed from Pending RTI to Closed
- % Done changed from 90 to 100
git commit ba5fdd2d4d97ae03a892c1bd5557eafb030984d1
commit ba5fdd2d4d97ae03a892c1bd5557eafb030984d1 Author: David Höppner <0xffea@gmail.com> Date: 2015-03-02T18:41:05.000Z 5558 pargs is missing -l option in usage Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Actions