blob: 6a715402fe01966b2841faa5445513a8b28b121d [file] [log] [blame]
Todd Wang0d12d712014-10-06 17:25:41 -07001// This file was auto-generated via go generate.
2// DO NOT UPDATE MANUALLY
3
4/*
5The profile tool facilitates interaction with the veyron profile repository.
6
7Usage:
8 profile <command>
9
10The 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
17Run "profile help [command]" for command usage.
18
19The 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
30Profile Label
31
32Shows a human-readable profile key for the profile.
33
34Usage:
35 profile label <profile>
36
37<profile> is the full name of the profile.
38
39Profile Description
40
41Shows a human-readable profile description for the profile.
42
43Usage:
44 profile description <profile>
45
46<profile> is the full name of the profile.
47
48Profile Spec
49
50Shows the specification of the profile.
51
52Usage:
53 profile spec <profile>
54
55<profile> is the full name of the profile.
56
57Profile Put
58
59Sets a placeholder specification for the profile.
60
61Usage:
62 profile put <profile>
63
64<profile> is the full name of the profile.
65
66Profile Remove
67
68removes the profile specification for the profile.
69
70Usage:
71 profile remove <profile>
72
73<profile> is the full name of the profile.
74
75Profile Help
76
77Help with no args displays the usage of the parent command.
78Help with args displays the usage of the specified sub-command or help topic.
79"help ..." recursively displays help for all commands and topics.
80
81Usage:
82 profile help [flags] [command/topic ...]
83
84[command/topic ...] optionally identifies a specific sub-command or help topic.
85
86The help flags are:
87 -style=text: The formatting style for help output, either "text" or "godoc".
88*/
89package main