From b5474bb6e20b34b03afaa9c03de21a362c96c4a0 Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Wed, 16 Mar 2022 22:47:12 +0200 Subject: [PATCH] v1.1.0 --- src/main.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/main.py b/src/main.py index 330e293..a372029 100644 --- a/src/main.py +++ b/src/main.py @@ -434,14 +434,14 @@ class octosuite: help = ''' usage: - orginfo --> Get organization info - userinfo --> Get user profile info - repoinfo --> Get user repository info - pathcontents --> Get contents of a specified path from a repository - orgrepos --> Get organization repositories - userrepos --> Get user repositories - usergists --> Get user gists - userfollowers --> Get user followers + orginfo --> Get target organization info + userinfo --> Get target user profile info + repoinfo --> Get target repository info + pathcontents --> Get contents of a specified path from a target repository + orgrepos --> Get a list of repositories owned by a target organization + userrepos --> Get a list of repositories owned by a target user + usergists --> Get a list of gists owned by a target user + userfollowers --> Get a list of the target's followers userfollowing --> Check whether or not User[A] follows User[B] usersearch --> Search user(s) reposearch --> Search repositor[y][ies] @@ -449,7 +449,7 @@ usage: issuesearch --> Search issue(s) commitsearch --> Search commit(s) update --> Check for/download update(s) - author --> Show author information + author --> Show author info help --> Show usage/help exit --> Exit session '''