| Summary: | Bug in scrontab help text | ||
|---|---|---|---|
| Product: | Slurm | Reporter: | Gordon Dexter <gmdexter> |
| Component: | User Commands | Assignee: | Ben Roberts <ben> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | 4 - Minor Issue | ||
| Priority: | --- | ||
| Version: | 20.11.x | ||
| Hardware: | Linux | ||
| OS: | Linux | ||
| Site: | Johns Hopkins Univ. HLTCOE | Alineos Sites: | --- |
| Atos/Eviden Sites: | --- | Confidential Site: | --- |
| Coreweave sites: | --- | Cray Sites: | --- |
| DS9 clusters: | --- | HPCnow Sites: | --- |
| HPE Sites: | --- | IBM Sites: | --- |
| NOAA SIte: | --- | OCF Sites: | --- |
| Recursion Pharma Sites: | --- | SFW Sites: | --- |
| SNIC sites: | --- | Linux Distro: | --- |
| Machine Name: | CLE Version: | ||
| Version Fixed: | Target Release: | --- | |
| DevPrio: | --- | Emory-Cloud Sites: | --- |
Hi Gordon, Thanks for keeping an eye out and reporting this. You're right that this is a typo. I did some updates to the scrontab documentation (including fixing this typo) just yesterday. There are comments in bug 10056 that are visible only to employees of SchedMD that include a patch with these changes. They haven't been checked in yet, but they should be coming soon. Since that's the case I'll close this as a duplicate, which will add you as a watcher on that bug so you can see when the changes are made. If you have any additional comments or questions about this feel free to update this ticket and I'll get back to you. Thanks, Ben *** This ticket has been marked as a duplicate of ticket 10056 *** |
At least I'm thinking there is: usage: scrontab [-u used] { -e | -l | -r } (default operation is edit) -e (edit user's crontab) -l (list user's crontab) -r (delete user's crontab) -v (increase logging verbosity) Is that supposed to be '-u user' instead of '-u used'?