bin/aptly-cli in aptly_cli-0.1.9 vs bin/aptly-cli in aptly_cli-0.2.0

- old
+ new

@@ -215,11 +215,11 @@ c.option '--name NAME', String, 'Local repository name with optional component, required' c.option '--sourcekind SOURCEKIND', String, 'Local for local repositories and snapshot for snapshots, required' c.option '--distribution DISTRIBUTION', String, 'Distribution name, if missing aptly would try to guess from sources' c.option '--label LABEL', String, 'value of Label: field in published repository stanza' c.option '--origin ORIGIN', String, 'value of Origin: field in published repository stanza' - c.option '--forceoverwrite FORCEOVERWRITE', String, 'when publishing, overwrite files in pool/ directory without notice' + c.option '--forceoverwrite', 'when publishing, overwrite files in pool/ directory without notice' c.option '--architectures ARCHITECTURES', String, 'override list of published architectures' c.option '--gpg_skip', 'Don’t sign published repository' c.option '--gpg_batch', 'should be set if passing passphrase' c.option '--gpg_key GPGKEY', String, 'gpg key name (local to aptly server/user)' c.option '--gpg_keyring GPGKEYRING', String, 'gpg keyring filename (local to aptly server/user)' @@ -242,10 +242,10 @@ c.description = 'Update published repository' c.example 'description', 'aptly-cli publish_update --sourcekind snapshot --name precise/rocksoftware300 --origin testorigin' c.option '--prefix PREFIX', String, 'Publishing prefix, default root' c.option '--distribution DISTRIBUTION', String, 'Distribution name' c.option '--snapshots SNAPSHOTS', String, 'When updating published snapshots, list of objects component/name seperated by space' - c.option '--forceoverwrite FORCEOVERWRITE', String, 'When publishing, overwrite files in pool/ directory without notice' + c.option '--forceoverwrite', 'When publishing, overwrite files in pool/ directory without notice' c.option '--gpg_skip', 'Don’t sign published repository' c.option '--gpg_batch', 'should be set if passing passphrase' c.option '--gpg_key GPGKEY', String, 'gpg key name (local to aptly server/user)' c.option '--gpg_keyring GPGKEYRING', String, 'gpg keyring filename (local to aptly server/user)' c.option '--gpg_secret_keyring GPGSECRET', String, 'gpg secret keyring filename (local to aptly server/user)'