Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
fix description for org export
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Feb 25, 2022
1 parent 8ff200b commit 6b537f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/org/export.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ func init() {
ExportCmd.Flags().IntVarP(&conn, "conn", "c",
4, "Number of connections")
ExportCmd.Flags().BoolVarP(&allRevisions, "all", "",
false, "Expose all revisions")
false, "Export all revisions, default=false. Exports the latest revision")
}

func createFolders() (err error) {
Expand Down

0 comments on commit 6b537f7

Please sign in to comment.