Todd Wang | 0d12d71 | 2014-10-06 17:25:41 -0700 | [diff] [blame] | 1 | // This file was auto-generated via go generate. |
| 2 | // DO NOT UPDATE MANUALLY |
| 3 | |
| 4 | /* |
| 5 | The profile tool facilitates interaction with the veyron profile repository. |
| 6 | |
| 7 | Usage: |
| 8 | profile <command> |
| 9 | |
| 10 | The profile commands are: |
| 11 | label Shows a human-readable profile key for the profile. |
| 12 | description Shows a human-readable profile description for the profile. |
| 13 | spec Shows the specification of the profile. |
| 14 | put Sets a placeholder specification for the profile. |
| 15 | remove removes the profile specification for the profile. |
| 16 | help Display help for commands or topics |
| 17 | Run "profile help [command]" for command usage. |
| 18 | |
| 19 | The global flags are: |
| 20 | -alsologtostderr=true: log to standard error as well as files |
| 21 | -log_backtrace_at=:0: when logging hits line file:N, emit a stack trace |
| 22 | -log_dir=: if non-empty, write log files to this directory |
| 23 | -logtostderr=false: log to standard error instead of files |
| 24 | -max_stack_buf_size=4292608: max size in bytes of the buffer to use for logging stack traces |
| 25 | -stderrthreshold=2: logs at or above this threshold go to stderr |
| 26 | -v=0: log level for V logs |
| 27 | -vmodule=: comma-separated list of pattern=N settings for file-filtered logging |
| 28 | -vv=0: log level for V logs |
| 29 | |
| 30 | Profile Label |
| 31 | |
| 32 | Shows a human-readable profile key for the profile. |
| 33 | |
| 34 | Usage: |
| 35 | profile label <profile> |
| 36 | |
| 37 | <profile> is the full name of the profile. |
| 38 | |
| 39 | Profile Description |
| 40 | |
| 41 | Shows a human-readable profile description for the profile. |
| 42 | |
| 43 | Usage: |
| 44 | profile description <profile> |
| 45 | |
| 46 | <profile> is the full name of the profile. |
| 47 | |
| 48 | Profile Spec |
| 49 | |
| 50 | Shows the specification of the profile. |
| 51 | |
| 52 | Usage: |
| 53 | profile spec <profile> |
| 54 | |
| 55 | <profile> is the full name of the profile. |
| 56 | |
| 57 | Profile Put |
| 58 | |
| 59 | Sets a placeholder specification for the profile. |
| 60 | |
| 61 | Usage: |
| 62 | profile put <profile> |
| 63 | |
| 64 | <profile> is the full name of the profile. |
| 65 | |
| 66 | Profile Remove |
| 67 | |
| 68 | removes the profile specification for the profile. |
| 69 | |
| 70 | Usage: |
| 71 | profile remove <profile> |
| 72 | |
| 73 | <profile> is the full name of the profile. |
| 74 | |
| 75 | Profile Help |
| 76 | |
| 77 | Help with no args displays the usage of the parent command. |
| 78 | Help with args displays the usage of the specified sub-command or help topic. |
| 79 | "help ..." recursively displays help for all commands and topics. |
| 80 | |
| 81 | Usage: |
| 82 | profile help [flags] [command/topic ...] |
| 83 | |
| 84 | [command/topic ...] optionally identifies a specific sub-command or help topic. |
| 85 | |
| 86 | The help flags are: |
| 87 | -style=text: The formatting style for help output, either "text" or "godoc". |
| 88 | */ |
| 89 | package main |