moose-inventory 0.1.3 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/moose_inventory/config/config.rb +0 -1
- data/lib/moose_inventory/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 51f46f508815c46f1822f0c857366ae1db01276d
|
|
4
|
+
data.tar.gz: 5b6b796bf75a8438d052b97ecdaab36b1a44fd1c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 457a392ad4ad90e450cca80fe6c5071009a76735caba56326f6d4bd5554774e4f3d1a7d637c9b1250d7d6c0ad708335df5261cfad68117104fcde72e266a3879
|
|
7
|
+
data.tar.gz: 7d0a7d1aba9105e12a9fb1a930e201e094f5cc850d0f292c6582e636cebd756803c68bcc7b8c97c6c6c983dda34f27a890640c61bf8840f0794c771507e52b7e
|
|
@@ -70,7 +70,6 @@ module Moose
|
|
|
70
70
|
def self.top_level_help
|
|
71
71
|
if @_argv[0] == 'help'
|
|
72
72
|
puts "Global flags:"
|
|
73
|
-
printf " %-31s %-10s", "--config FILE", "# Specified configuration file to use\n"
|
|
74
73
|
printf " %-31s %-10s", "--config FILE", "# Specifies a configuration file to use\n"
|
|
75
74
|
printf " %-31s %-10s", "--env ENV", "# Specifies the environment section of the config to use\n"
|
|
76
75
|
printf " %-31s %-10s", "--format yaml|json|pjson", "# Format for the output of 'get' and 'list'\n"
|