grisu / gricli

Grisu commandline client
7 stars 2 forks source link

change help for refactored kill/clean jobs #201

Closed makkus closed 12 years ago

makkus commented 12 years ago

kill/clean jobs is deprecated now

only kill/clean job [list of jobnames/globs]

is supported anymore

examples clean jobs * -- will clean all jobs of the user (less dangerous since * is not tab-completed) clean jobs gricli_1 testjob* -- cleans job gricli_1 and all jobs starting with testjob

sina-masoud-ansari commented 12 years ago

Removed references to clean jobs and kill jobs,

Assuming 'clean jobs gricli1 testjob' above should be 'clean job gricli1 testjob'