Skip to content

Commit

Permalink
Fix a bug that list can not show all files with same name
Browse files Browse the repository at this point in the history
  • Loading branch information
lylex committed Dec 17, 2018
1 parent 0764148 commit 3512424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func (t *table) addRow(items ...interface{}) {
var listCmd = &cobra.Command{
Use: listCmdName,
Short: "list all the deleted objects",
Long: `list all the deleted objects, and all can be resumed, try "drm resume" to resume an object`,
Long: `list all the deleted objects, and all can be restored, try "drm restore" to restore an object`,
Run: func(cmd *cobra.Command, args []string) {
table := createTable()
table.addHeaders("Name", "Path", "DeleteAt")
Expand Down

0 comments on commit 3512424

Please sign in to comment.