Skip to content

Commit

Permalink
Some more small doc tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Oct 10, 2011
1 parent 5f4732f commit cdf41d2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion processor/command/set_subcmd/auto.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Trepan::SubSubcommand::SetAuto < Trepan::SubSubcommandMgr
See "#{PREFIX.join(' ')} *" for a list of subcommands or "#{PREFIX.join(' ')} <name>"
for help on a particular trace subcommand.
EOH
SHORT_HELP = 'Set controls for some "automatic" default behaviors';
SHORT_HELP = 'Set controls for some "automatic" default behaviors'
end
end

Expand Down
2 changes: 1 addition & 1 deletion processor/command/set_subcmd/trace.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Trepan::SubSubcommand::SetTrace < Trepan::SubSubcommandMgr
The types of tracing include events from the trace buffer, or printing
those events.
See "help #{PREFIX.join(' ')} *" for a list of subcommands or "#{PREFIX.join(' ')} <name>"
See "help #{PREFIX.join(' ')} *" for a list of subcommands or "help #{PREFIX.join(' ')} <name>"
for help on a particular trace subcommand.
EOH
IN_LIST = true
Expand Down
6 changes: 3 additions & 3 deletions processor/command/show_subcmd/trace_subcmd/print.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

class Trepan::SubSubcommand::ShowTracePrint < Trepan::ShowBoolSubSubcommand
unless defined?(HELP)
HELP = "Show tracing print status"
HELP = "Show tracing print (set -x) status"
MIN_ABBREV = 'p'.size
NAME = File.basename(__FILE__, '.rb')
PREFIX = %w(show trace buffer)
SHORT_HELP = "Show tracing print status"
PREFIX = %w(show trace print)
SHORT_HELP = "Show tracing print (set -x) status"
end

end
Expand Down

0 comments on commit cdf41d2

Please sign in to comment.