Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit c3224a3

Browse files
author
jclc
committed
preparing to merge with master
1 parent d0f6d61 commit c3224a3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/MANUAL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Once submission is successful, a shareable link will be printed.
176176
Do not send a message alongside the paste.
177177

178178
`-m` `--message`
179-
Give the paste as an argument instead of opening a text editor.
179+
Give the message as an argument instead of opening a text editor.
180180

181181
COMMAND: PROP
182182
-------------

docs/tmc.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH TMC\-CLI 1 2016\-06\-30 "Helsinki Univ. Dep. of CS" "TMC\-CLI Manual"
1+
.TH TMC\-CLI 1 2016\-06\-30 "TestMyCode" "TMC\-CLI Manual"
22
.SH NAME
33
.PP
44
tmc \- Command\-line client for TestMyCode
@@ -146,7 +146,7 @@ Open the link to the paste in the default internet browser after submission.
146146
Do not send a message alongside the paste.
147147
.TP
148148
\fB\fC\-m\fR \fB\fC\-\-message\fR
149-
Give the paste as an argument instead of opening a text editor.
149+
Give the message as an argument instead of opening a text editor.
150150
.SH COMMAND: PROP
151151
.PP
152152
\fB\fCtmc\fR \fB\fCprop\fR [\fIKEY\fP] [\fIVALUE\fP] ...
@@ -176,7 +176,7 @@ blue, purple, cyan, white, none.
176176
\fB\fC[course directory]/.tmc.json\fR
177177
Course configuration and cache file. Saves the status of the username, server
178178
address and course's exercises. Manually editing this file may have adverse
179-
effects.
179+
effects.
180180
.TP
181181
\fB\fC~/.config/tmc\-cli/properties.json\fR
182182
User configuration file. Use \fB\fCtmc prop\fR to edit properties.

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#bin/bash
22

3-
curl -LO https://www.github.com/tmc-cli/tmc-cli/releases/download/0.6.3/tmc > ./tmc
3+
curl -LO https://www.github.com/tmc-cli/tmc-cli/releases/download/0.7.0/tmc > ./tmc
44
chmod u+x ./tmc
55
./tmc
66
exit

0 commit comments

Comments
 (0)