diff options
author | Samuel E. Giddins <segiddins@segiddins.me> | 2015-03-18 22:18:01 -0700 |
---|---|---|
committer | Samuel E. Giddins <segiddins@segiddins.me> | 2015-03-18 22:18:01 -0700 |
commit | f533858a59f71165fd5eeea9f7ba33819eafc07f (patch) | |
tree | a62785449f0ed4eb0e4540a4080c0b2665f0ba2f /man/bundle.ronn | |
parent | db5a49a7b6ac2b32fbc3541b59b842afce6f4506 (diff) | |
download | bundler-f533858a59f71165fd5eeea9f7ba33819eafc07f.tar.gz |
[Man] Add manpage entry for bundle lock, and remove the obsolete obsolete entries for bundle lock & bundle unlock
Diffstat (limited to 'man/bundle.ronn')
-rw-r--r-- | man/bundle.ronn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/bundle.ronn b/man/bundle.ronn index 7b69c6735c..f7b9e94fd4 100644 --- a/man/bundle.ronn +++ b/man/bundle.ronn @@ -67,6 +67,9 @@ We divide `bundle` subcommands into primary commands and utilities. * `bundle open(1)`: Open an installed gem in the editor +* `bundle lock(1)`: + Generate a lockfile for your dependencies + * `bundle viz(1)`: Generate a visual representation of your dependencies @@ -92,7 +95,4 @@ and execute it, passing down any extra arguments to it. These commands are obsolete and should no longer be used -* `bundle lock(1)` -* `bundle unlock(1)` * `bundle cache(1)` - |