Skip to content

Commit

Permalink
Travis knows best (whitespace changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
wstephenson committed May 13, 2014
1 parent d3280de commit a5c6473
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/suse/connect/cli.rb
Expand Up @@ -51,9 +51,9 @@ def extract_options # rubocop:disable MethodLength
@opts.separator ''

@opts.on('-p', '--product [PRODUCT]', 'Activate PRODUCT. Defaults to the base SUSE Linux',
'Enterprise product on this system.',
'Product identifiers can be obtained with \'zypper products\'',
'Format: <name>-<version>-<architecture>') do |opt|
' Enterprise product on this system.',
' Product identifiers can be obtained with \'zypper products\'',
' Format: <name>-<version>-<architecture>') do |opt|
check_if_param(opt, 'Please provide a product identifier')
check_if_param((opt =~ /\S+-\S+-\S+/), 'Please provide the product identifier in this format: ' \
'<name>-<version>-<architecture>. For installed products you can find these values by calling: ' \
Expand Down

0 comments on commit a5c6473

Please sign in to comment.