From 57f0a59dc4b87d7e74baab6e0a839b0519b23b80 Mon Sep 17 00:00:00 2001 From: Sunny Date: Sun, 21 Jan 2018 17:44:15 +0530 Subject: [PATCH] status: remove -detailed flag from help We no longer have -detailed flag. Remove it from status help. --- cmd/dep/status.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cmd/dep/status.go b/cmd/dep/status.go index c342b20f29..c14ab5b26a 100644 --- a/cmd/dep/status.go +++ b/cmd/dep/status.go @@ -34,12 +34,6 @@ With no arguments, print the status of each dependency of the project. LATEST Latest VCS revision available PKGS USED Number of packages from this project that are actually used -With one or more explicitly specified packages, or with the -detailed flag, -print an extended status output for each dependency of the project. - - TODO Another column description - FOOBAR Another column description - Status returns exit code zero if all dependencies are in a "good state". `