From 378fcfca613d467dc677d1c63609269e4a1daef8 Mon Sep 17 00:00:00 2001 From: jbsooter <84926188+jbsooter@users.noreply.github.com> Date: Wed, 14 Feb 2024 04:10:14 -0600 Subject: [PATCH] =?UTF-8?q?Update=20using-github-classroom-with-github-cli?= =?UTF-8?q?.md=20to=20reflect=20default=20s=E2=80=A6=20(#31415)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../using-github-classroom-with-github-cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/using-github-classroom-with-github-cli.md b/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/using-github-classroom-with-github-cli.md index 578c8f5598..41db133118 100644 --- a/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/using-github-classroom-with-github-cli.md +++ b/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/using-github-classroom-with-github-cli.md @@ -104,4 +104,4 @@ gh classroom clone student-repos Clones student repositories from a given assignment. By default, the student repositories are cloned into the current directory a directory named after the assignment slug. To clone into a different directory, use the `--directory` flag. If the directory does not exists, it will be created. -By default, results are paginated by 30. To get a different number of repositories, use the `--per-page NUMBER` flag. +By default, all student repositories are cloned. To get a different number of repositories, use the `--per-page NUMBER` flag.