cli: Fix help of the fork command

This commit is contained in:
Michail Zampetakis 2023-06-02 16:29:06 +03:00 committed by Alexis Sellier
parent d335e1f3a5
commit 75139a6f02
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ use crate::terminal::args;
use crate::terminal::args::{Args, Error, Help};
pub const HELP: Help = Help {
name: "ls",
name: "fork",
description: "Create a fork of a project",
version: env!("CARGO_PKG_VERSION"),
usage: r#"