summaryrefslogtreecommitdiffhomepage
path: root/sed.html.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'sed.html.markdown')
-rw-r--r--sed.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/sed.html.markdown b/sed.html.markdown
index 3e6d8fc8..b544af5f 100644
--- a/sed.html.markdown
+++ b/sed.html.markdown
@@ -26,7 +26,7 @@ on its standard output.
You can suppress the default output by specifying the `-n` command-line
argument.
-```perl
+```sed
#!/usr/bin/sed -f
# Files that begin with the above line and are given execute permission
# can be run as regular scripts.