From 5839022ddf394ed438486bc1d1ce6f3184b6b364 Mon Sep 17 00:00:00 2001
From: floam
Date: Sun, 20 Nov 2005 12:14:38 +0000
Subject: Fix stupid list.
git-svn-id: svn://svn.icculus.org/quake3/trunk@371 edf5b092-35ff-0310-97b2-ce42778d08ea
---
web/include/help.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/web/include/help.php b/web/include/help.php
index f04d0e1..6a37602 100644
--- a/web/include/help.php
+++ b/web/include/help.php
@@ -39,8 +39,8 @@ survival guide to generating patches.
of the client itself. Once you've made a change in your checkout that is
not upstream, here is how you use it:
- - Create a patch named amazing_new_feature.patch:
- - svn diff > amazing_new_feature.patch
+ - Create a patch named amazing_new_feature.patch:
+ svn diff > amazing_new_feature.patch
- Apply a patch amazing_new_feature.patch:
patch -p0 -i amazing_new_feature.patch
--
cgit v1.2.3