From a5459d9f14cb5ba9bc628609f04655405ec441e2 Mon Sep 17 00:00:00 2001 From: asrul10 Date: Sat, 11 Mar 2023 20:28:54 +0700 Subject: [PATCH] docs: update executable name --- README.md | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 28c110c..2ed409d 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Are you sure you want to execute the command? (Y/n): ### Options ```bash -> gpt3 [options] +> lcg [options] --help output usage information --version output the version number diff --git a/main.go b/main.go index de2cac7..5f72ce5 100644 --- a/main.go +++ b/main.go @@ -24,7 +24,7 @@ const ( HELP = ` -Usage: gpt3 [options] +Usage: lcg [options] --help output usage information --version output the version number