You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: paste-server-rs/src/main.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -262,7 +262,7 @@ async fn usage_for_route(
262
262
263
263
fnusage(public_paste_url:Url) -> String{
264
264
format!(
265
-
"Welcome to AOSC Paste!\n====\n\nThis public paste service may be accessed from https://aosc.io/paste, or via curl.\n\ncurl usage\n----\n\nTo upload any text to AOSC Paste:\n\n cmd | curl -F \"c=@-\" {public_paste_url}\n\nTo fetch content of a specific paste:\n\n curl {public_paste_url}{{uuid}}"
265
+
"Welcome to AOSC Paste!\n====\n\nThis public paste service may be accessed from https://aosc.io/paste, or via curl.\n\ncurl usage\n----\n\nTo upload any text to AOSC Paste:\n\n cmd | curl -F \"c=@-\" {public_paste_url}\n\nTo fetch content of a specific paste:\n\n curl {public_paste_url}{{uuid}}\n"
0 commit comments