features/help.feature in reponaut-1.0.1 vs features/help.feature in reponaut-1.1.0

- old
+ new

@@ -9,11 +9,11 @@ Then it should pass with: """ Usage: reponaut [OPTIONS] USERNAME Options: - -s, --sort Sort by repo count + -c, --count Sort by repo count -f, --ignore-forks Ignore forked repos -h, --help --version """ @@ -22,11 +22,11 @@ Then it should pass with: """ Usage: reponaut [OPTIONS] USERNAME Options: - -s, --sort Sort by repo count + -c, --count Sort by repo count -f, --ignore-forks Ignore forked repos -h, --help --version """ @@ -53,10 +53,10 @@ And the stderr should contain: """ Usage: reponaut [OPTIONS] USERNAME Options: - -s, --sort Sort by repo count + -c, --count Sort by repo count -f, --ignore-forks Ignore forked repos -h, --help --version """