mirror of
https://github.com/restic/restic.git
synced 2026-08-02 20:22:17 +00:00
Vendor dependencies for manpage generation
This commit is contained in:
Generated
Vendored
+15
@@ -0,0 +1,15 @@
|
||||
<blockquote>
|
||||
<p>Example:</p>
|
||||
|
||||
<pre><code>sub status {
|
||||
print "working";
|
||||
}
|
||||
</code></pre>
|
||||
|
||||
<p>Or:</p>
|
||||
|
||||
<pre><code>sub status {
|
||||
return "working";
|
||||
}
|
||||
</code></pre>
|
||||
</blockquote>
|
||||
Reference in New Issue
Block a user