Skip to content

Commit

Permalink
hacky but efficent way to show that a URL is required to clone
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben committed Mar 24, 2020
1 parent 74ddc9e commit c152a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var (

// Root cmd
rootCmd = &cobra.Command{
Use: "goclones",
Use: "goclone <url>",
Short: "Clone a website with ease!",
Long: `Copy websites to your computer! goclone is a utility that allows you to download a website from the Internet to a local directory. Get html, css, js, images, and other files from the server to your computer. goclone arranges the original site's relative link-structure. Simply open a page of the "mirrored" website in your browser, and you can browse the site from link to link, as if you were viewing it online.`, // TODO Update link once we change repo name
Args: cobra.ArbitraryArgs,
Expand Down

0 comments on commit c152a52

Please sign in to comment.